(Re)introduce notion of crashed VM power state.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 25 Jan 2008 13:28:25 +0000 (13:28 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 25 Jan 2008 13:28:25 +0000 (13:28 +0000)
commit961f9b1fc95c51ed8f076782835d148b040d0005
treebd91a386df38715f661271725aef02b5ba079113
parentbb09427c71cd621637565fb906c2114a2a6878cf
(Re)introduce notion of crashed VM power state.

The crashed power state is necessary to allow both core-dumping a
crashed but preserved VM and renaming/restarting a crashed VM.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
docs/xen-api/vm-lifecycle.tex
docs/xen-api/vm_lifecycle.dot
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen/api/xen_vm_power_state.h
tools/libxen/src/xen_vm_power_state.c
tools/python/xen/xend/XendAPIConstants.py
tools/python/xen/xend/XendConstants.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py